-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos/espanso: fix wayland option #317457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this supposed to do? If it's setting the package option, one can already do that manually. In any case it just looks like it's adding an option without any logic. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I didn't see that down below, thanks.
@jtbx @Aleksanaa Can we merge? |
Also please squash your commits into |
@Aleksanaa Done |
Please squash your commits into |
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Sorry, I missed read your message. This has been resolved. |
Was there a race condition between this PR and commit 7f447ce (by @michaelBelsanti)? The latter removed the |
Just for completeness: The PR for the commit mentioned above seems to be PR #316519. Also pinging @n8henrie and @SuperSandro2000 who were involved in that PR. |
I thought we had determined not to use a separate Sorry about missing this, I meant to add myself to espanso maintainers at some point. |
I'll take a closer look later today, currently on mobile. |
@Aleksanaa @rawkode @pitkling Here was the review where @SuperSandro2000 had recommended to just use the Should we have just removed the |
I was just trying to fix the broken package. If the Wayland option has been removed, we can continue that way. I assume this was some merge race condition |
This option is unused in the module. As discussed in NixOS#317457 and NixOS#285138 (comment) users should just set the `package` option.
This option is unused in the module. As discussed in #317457 and #285138 (comment) users should just set the `package` option. (cherry picked from commit 526239b)
Description of changes
The espanso module recently added a wayland option which appears to be missing from the config.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.